@charset "UTF-8";
/*$color: #d00402;
$red: #ff0000;*/
a, .transition, .head .top .wal .btn, .head .navigation, .indexFlash .dots span, .indexNews .swiper-slide .box .more, .indexNews .dots span, .expert_01 li .img, :before, img, .nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis, .indexPart1 li dl dd .name a, .projectShow .container .list li.li_01 dd, .wiki_01 a div, .memberPhone_02 li a, .projectShowPhone_01 li, .projectShowPhone_03 li.li_01 dd, .projectShowPhone_05 li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .head .top .wal, .head .top .wal .logo, .head .top .wal .btn, .foot .list2 ul, .indexFlash li .layer dl, .indexFlash .dots, .indexPart2 .tab ul, .indexNews .dots, .login .col .form .name, .expert_01 li h5 a, .expert .box .img, .expert .box dl.btn, .pageNum, .project .list .box .container, .projectShow, .projectShow .side .box .btn ul, .projectShow .container .list .name, .projectShow .container .list li, .projectShow .container .list2 li .box dl, .pageTitle2 .btn ul, .pageTitle3, .wiki_01 a, .wiki_03 .tag ul, .wikiShow .box ul.btn, .newShow .box ul.btn, .aboutFoot ul, .memberPhone_01 .box, .memberPhoneTitle, .projectShowPhone_02 li, .projectShowPhone_03 .name, .projectShowPhone_03 li, .projectShowPhone_04 li, .user .list ul, .goods-navigation, .goods-navigation .goods-category ul li .category-content-list dd, .goods-navigation .goods-category ul li .category-content-list dd div, .goods-filter .goods-filter-list ul, .goods-list .goods-list-category, .goods-list .goods-list-category .goods-list-category-btn ul, .goods-list .goods-list-items ul, .goods-page, .goods-view .goods-view-simple, .goods-view .goods-view-simple .goods-cover .swiper-special .gallery-thumbs .swiper-wrapper, .goods-view .goods-view-simple .goods-msg .goods-ratings, .goods-view .goods-view-simple .goods-msg .goods-ratings .goods-ratings-star, .goods-view .goods-view-simple .goods-msg .goods-number, .goods-view .goods-view-simple .goods-msg .goods-number .goods-number-btn, .goods-view .goods-view-detail .goods-detail-tabs, .cart-view .layui-form table .goods-number-btn, .cart-view .layui-form .cart-btn, .order-view .layui-form table tr td.col-detail div, .order-view .goods-comment-view {
  display: flex;
  display: -webkit-flex; }

.flexColumn, .indexFlash li .layer dd, .number-layer dl dd, .indexPart1 li .title, .project_01 {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .head .top .wal, .head .top .wal .logo, .head .top .wal .btn, .head .navigation ul, .foot .list2 ul, .indexFlash li .layer dd, .number-layer dl dd, .expert_01 li h5 a, .expert .box .img, .project_01, .project .list .box .container, .pageTitle3, .wiki_01 a, .wiki_03 .fr.list li dl, .about .list li dl, .expert-view .list li dl, .memberPhone_01 .box, .projectShowPhone_04 li {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .foot .list ul, .foot .list2 ul, .indexFlash li .layer dd, .indexFlash .dots, .number-layer dl dd, .indexPart1 li .title, .indexNews .dots, .expert_01 li h5 a, .expert_02 ul, .expert .box .img, .expert .box dl.btn, .project_01, .projectShow .side .box .btn ul, .projectShow .container .list2 li .box dl, .pageTitle2 .btn ul, .wiki_03 .tag ul {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .head .top .wal, .head .navigation ul, .login .col .form .name, .about, .projectShowPhone_04 li, .goods-navigation, .goods-list .goods-list-category, .goods-view .goods-view-simple {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .head .navigation ul, .foot .list ul, .indexPart1 ul, .indexPart2 .list ul, .indexExport .expert ul, .expert_01 ul, .expert_02 ul, .expert ul, .expert_03 ul, .project .list ul, .project .list .box .msg dl, .projectShow .side .list ul, .projectShow .container .list2 ul, .pageTitle3 ul, .case .list ul, .patent .list ul, .patentShow .info ul, .wiki_01 ul, .wiki_02 .list ul, .wiki_03 .fr.list li dl, .about .list li dl, .expert-view .list li dl, .about, .memberPhone_02 ul, .projectShowPhone_01 ul, .goods-navigation .goods-category ul li .category-content-list dd div, .goods-filter .goods-filter-list ul, .goods-list .goods-list-items ul, .goods-list .goods-list-items ul li .msg .btn, .order-view .goods-comment-view {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #d81e06;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 16rem;
  margin: 0 auto; }

.wal2 {
  /*max-width: 12rem*/
  max-width: 16rem; }

@font-face {
  font-family: "Courier";
  src: url("fonts/Courier.woff2") format("woff2"), url("fonts/Courier.woff") format("woff"), url("fonts/Courier.ttf") format("truetype"), url("fonts/Courier.eot") format("embedded-opentype"), url("fonts/Courier.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.tab li {
  cursor: pointer; }

.tabContent {
  display: none; }

.select {
  position: relative; }
  .select select {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    opacity: 0; }

.phoneShow {
  display: none; }

.hidden {
  display: none; }

.hidden-i {
  display: none !important; }

body {
  /*padding-top: 1.75rem !important;*/ }

.head {
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  position: relative; }
  .head .wal {
    max-width: 16.1rem;
    margin: 0 auto; }
  .head .top {
    height: 1.05rem;
    box-shadow: 0 0.08rem 0.13rem rgba(150, 150, 150, 0.23);
    -webkit-box-shadow: 0 0.08rem 0.13rem rgba(150, 150, 150, 0.23);
    -moz-box-shadow: 0 0.08rem 0.13rem rgba(150, 150, 150, 0.23); }
    .head .top .wal {
      height: 1.05rem; }
      .head .top .wal .logo a {
        background: url("../image/logo2.png") center no-repeat;
        background-size: 100%;
        display: block;
        /*width: 7.05rem;*/
        width: 4.95rem;
        height: .65rem; }
      .head .top .wal .logo.phoneShow {
        display: none !important; }
      .head .top .wal .btn {
        height: 100%; }
        .head .top .wal .btn a {
          padding: 0 .32rem;
          text-align: center;
          color: #565657;
          line-height: .32rem;
          font-size: .18rem; }
          .head .top .wal .btn a img {
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%; }
          .head .top .wal .btn a.icon-login {
            background: url("../image/icon_login.png") 0 0.05rem no-repeat;
            background-size: .21rem; }
            .head .top .wal .btn a.icon-login:hover {
              color: #d81e06; }
          .head .top .wal .btn a.icon-register {
            background: url("../image/icon_register.png") 0 0.05rem no-repeat;
            background-size: .21rem; }
            .head .top .wal .btn a.icon-register:hover {
              color: #d81e06; }
          .head .top .wal .btn a.icon-avatar {
            max-width: 1.3rem; }
          .head .top .wal .btn a.icon-quit {
            background: url("../image/icon_quit.png") 0 0.05rem no-repeat;
            background-size: .21rem; }
            .head .top .wal .btn a.icon-quit:hover {
              color: #d81e06; }
          .head .top .wal .btn a.icon-publish {
            background: url("../image/publish_btn_bg.png") center no-repeat;
            height: .32rem;
            line-height: .32rem;
            width: 1.28rem;
            background-size: cover;
            color: #fff;
            font-size: .16rem;
            padding: 0 0 0 .3rem; }
  .head .navigation {
    width: 100%; }
    .head .navigation ul {
      height: .7rem; }
    .head .navigation a.name {
      display: block;
      color: #000;
      font-size: .2rem;
      position: relative; }
      .head .navigation a.name:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: .3rem;
        width: 0;
        height: .02rem;
        background: #e70012; }
      .head .navigation a.name:hover, .head .navigation a.name.on {
        color: #e70012; }
        .head .navigation a.name:hover:before, .head .navigation a.name.on:before {
          width: 100%; }

.foot {
  clear: both;
  background: #333;
  text-align: center;
  color: #666; }
  .foot .wal {
    min-height: 3.82rem;
    /*max-width: 10.76rem*/
    max-width: 10.76rem; }
  .foot .msg {
    font-size: .18rem;
    padding: .68rem 0 .28rem 0; }
    .foot .msg span {
      color: #fff;
      padding-right: .5rem; }
      .foot .msg span:last-child {
        padding: 0; }
  .foot .list {
    /*max-width: 8.5rem;*/
    max-width: 100%;
    min-height: .38rem;
    padding: .1rem;
    background: #404040;
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    margin: 0 auto; }
    .foot .list li {
      height: .38rem;
      line-height: .38rem;
      padding: 0 .11rem;
      font-size: .16rem; }
      .foot .list li a {
        color: #fff; }
      .foot .list li a:hover {
        text-decoration: underline; }
  .foot .list2 ul {
    height: 1.25rem; }
  .foot .list2 li {
    padding: 0 .18rem; }
    .foot .list2 li img {
      height: 0.4rem; }
    .foot .list2 li:nth-child(1) img {
      height: 0.49rem; }
  .foot .msg2 {
    min-height: .75rem;
    line-height: .35rem;
    padding: .2rem 0;
    border-top: #404040 solid 1px;
    font-size: .15rem;
    color: #fff; }
    .foot .msg2 span {
      padding: 0 0.15rem; }
    .foot .msg2 a {
      color: #fff; }

.foot-muchly {
  background-color: #e31e26;
  color: #fff; }
  .foot-muchly .wal {
    height: auto;
    min-height: auto; }
    .foot-muchly .wal .msg2 {
      border-top: none;
      font-size: .18rem; }

/*index*/
.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0.08rem 0.13rem rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 0.08rem 0.13rem rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 0.08rem 0.13rem rgba(0, 0, 0, 0.23); }
  .indexFlash li {
    height: 5.9rem;
    max-height: 100vh;
    background: center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden; }
    .indexFlash li .img {
      width: 11.54rem;
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: 21%;
      bottom: auto;
      margin-left: -5.77rem; }
    .indexFlash li .layer {
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: auto;
      bottom: 0.5rem;
      width: 6.88rem;
      height: 1.4rem;
      background: rgba(0, 0, 0, 0.3);
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem;
      margin-left: -3.44rem; }
      .indexFlash li .layer dd {
        width: 25%;
        text-align: center;
        color: #fff;
        height: 1.4rem;
        padding-bottom: .1rem;
        font-size: .18rem;
        background: url("../image/line1.png") right center no-repeat;
        background-size: 1px 1.1rem; }
        .indexFlash li .layer dd:last-child {
          background: none; }
        .indexFlash li .layer dd div {
          font-size: .9rem;
          font-family: "Courier"; }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.54rem;
    width: 100%;
    bottom: 1.5rem !important; }
    .indexFlash .dots span {
      margin: 0 .05rem;
      width: .6rem;
      height: .12rem;
      -moz-border-radius: 0.06rem;
      -webkit-border-radius: 0.06rem;
      border-radius: 0.06rem;
      background: rgba(196, 196, 196, 0.8);
      opacity: 1; }
    .indexFlash .dots .swiper-pagination-bullet-active {
      width: .6rem;
      background: #d81e06; }

.number-layer {
  position: relative;
  height: 1.7rem;
  top: -1.2rem;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 0 .3rem;
  margin-bottom: -1.2rem; }
  .number-layer dl {
    display: flex;
    flex-wrap: nowrap; }
    .number-layer dl dd {
      height: 1.7rem;
      color: #fff;
      background-color: #fe0000;
      width: 25%;
      text-align: center; }
      .number-layer dl dd div {
        font-size: .72rem; }
      .number-layer dl dd em {
        font-size: .18rem; }
      .number-layer dl dd:nth-child(even) {
        background-color: #fb5555; }

.page {
  min-height: 5rem;
  background: #efefef;
  padding: 0 0.3rem; }

.pageTitle {
  padding: .65rem 0 .4rem 0;
  text-align: center; }
  .pageTitle h2 {
    font-weight: 400;
    font-size: .32rem;
    color: #666; }
  .pageTitle p {
    font-size: .18rem;
    color: #707070;
    padding: 0.15rem 0 0.18rem 0; }
  .pageTitle .more a {
    display: block;
    margin: 0 auto;
    border: #d81e06 solid 1px;
    color: #d81e06;
    font-size: .18rem;
    width: 1.83rem;
    height: .48rem;
    line-height: .46rem;
    position: relative;
    padding-left: .38rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    text-align: left; }
    .pageTitle .more a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: .15rem;
      width: .28rem;
      height: 100%;
      background: url("../image/nimg28.png") center no-repeat;
      background-size: 100%; }
    .pageTitle .more a:hover {
      background: #f00;
      color: #fff; }
      .pageTitle .more a:hover:before {
        background-image: url("../image/nimg28on.png"); }

.indexPart1 ul {
  margin-left: -0.2rem; }
.indexPart1 li {
  width: 20%;
  padding-left: .2rem; }
  .indexPart1 li .box {
    background: #fff;
    box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.23); }
  .indexPart1 li .title {
    height: 1.64rem;
    background: center no-repeat;
    background-size: cover;
    padding-left: .4rem; }
    .indexPart1 li .title a {
      color: #fff; }
    .indexPart1 li .title h5 {
      font-size: .25rem;
      padding-bottom: .25rem;
      font-weight: 400; }
    .indexPart1 li .title .more {
      font-size: .14rem;
      background: url("../image/img15.png") right center no-repeat;
      background-size: .15rem;
      width: 0.8rem; }
  .indexPart1 li dl {
    min-height: 3.42rem;
    padding: .3rem .4rem 0 .4rem; }
    .indexPart1 li dl dd {
      min-height: 1.4rem;
      border-bottom: #ccc solid 1px; }
      .indexPart1 li dl dd:last-child {
        border: 0; }
      .indexPart1 li dl dd .name {
        font-size: .2rem;
        padding-top: .1rem; }
        .indexPart1 li dl dd .name a {
          display: block;
          height: .55rem;
          line-height: .55rem; }
      .indexPart1 li dl dd p {
        font-size: .14rem;
        line-height: .25rem;
        color: #999;
        height: .5rem;
        overflow: hidden; }

.indexPart2 {
  padding-bottom: .65rem; }
  .indexPart2 .tab {
    height: .67rem; }
    .indexPart2 .tab li {
      padding-right: .2rem;
      min-width: 1.1rem;
      height: .67rem;
      position: relative;
      font-size: .18rem;
      color: #666; }
      .indexPart2 .tab li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: .3rem;
        width: 0;
        height: .03rem;
        background: #f00; }
      .indexPart2 .tab li.on {
        color: #d81e06;
        font-weight: bold; }
        .indexPart2 .tab li.on:before {
          width: 0.13rem; }
  .indexPart2 .list ul {
    margin-left: -0.09rem; }
  .indexPart2 .list li {
    width: 11.111%;
    padding: 0 0 .09rem .09rem; }
    .indexPart2 .list li img {
      display: block;
      width: 100%; }

.indexNews .swiper-container {
  padding-bottom: 30px; }
.indexNews .swiper-slide {
  padding: 0 .12rem .1rem .12rem; }
  .indexNews .swiper-slide .box {
    display: block;
    padding: 0 .24rem;
    background-color: #fff;
    box-shadow: 0 0.05rem 0.15rem rgba(173, 173, 173, 0.28);
    -webkit-box-shadow: 0 0.05rem 0.15rem rgba(173, 173, 173, 0.28);
    -moz-box-shadow: 0 0.05rem 0.15rem rgba(173, 173, 173, 0.28); }
    .indexNews .swiper-slide .box .img {
      margin-left: -.24rem;
      margin-right: -.24rem;
      padding-bottom: .2rem; }
    .indexNews .swiper-slide .box .name {
      font-size: .18rem;
      line-height: .28rem;
      height: .56rem;
      overflow: hidden;
      color: #333; }
    .indexNews .swiper-slide .box .more {
      position: relative;
      padding: .5rem 0 .2rem 0;
      font-size: .16rem;
      color: #7e7e7e; }
      .indexNews .swiper-slide .box .more:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: .3rem;
        width: .3rem;
        height: .03rem;
        background: #7e7e7e; }
    .indexNews .swiper-slide .box a:hover .more {
      color: #d81e06; }
      .indexNews .swiper-slide .box a:hover .more:before {
        background: #d81e06; }
.indexNews .dots {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0.54rem;
  width: 100%; }
  .indexNews .dots span {
    margin: 0 .05rem;
    width: .12rem;
    height: .12rem;
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem; }
  .indexNews .dots .swiper-pagination-bullet-active {
    width: .35rem;
    background: #d81e06; }

.indexExport .expert {
  padding: 0; }
  .indexExport .expert ul {
    margin-left: -0.2rem; }
  .indexExport .expert li {
    padding: 0 0 .3rem .2rem;
    width: 25%;
    text-align: center; }
  .indexExport .expert .box {
    min-height: 2.7rem; }

.indexProject {
  margin-top: .5rem;
  background: #fff;
  font-size: .18rem;
  color: #707070; }
  .indexProject .category {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 75%;
    margin: 0 auto .2rem auto; }
    .indexProject .category div {
      flex-grow: 1;
      text-align: center; }
      .indexProject .category div a span:first-child {
        margin-right: .05rem; }
      .indexProject .category div a span:last-child {
        color: #d81e06; }
  .indexProject ul {
    display: flex;
    flex-wrap: wrap;
    padding: .2rem; }
    .indexProject ul li {
      width: 33.33%;
      margin-bottom: .15rem; }
      .indexProject ul li a {
        display: flex;
        flex-wrap: nowrap;
        padding-right: .35rem;
        justify-content: space-between; }
        .indexProject ul li a:nth-child(3n) {
          padding-right: 0; }
        .indexProject ul li a p {
          display: inline-block;
          flex-grow: 0;
          white-space: nowrap; }
          .indexProject ul li a p:first-child {
            flex-grow: 1;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-right: .1rem; }

.login {
  min-height: 100vh;
  position: relative; }
  .login .side {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    background: url("../image/img1336.jpg") center no-repeat;
    background-size: cover;
    height: 100%;
    width: 69.5%; }
    .login .side a.logo {
      display: block;
      width: 3.51rem;
      position: absolute;
      z-index: 10;
      left: 1.15rem;
      right: auto;
      top: 0.66rem;
      bottom: auto; }
  .login .col {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 30.5%;
    height: 100%;
    padding: 20vh 1.05rem 0 1.05rem; }
    .login .col.show {
      display: block; }
    .login .col .msg h5 {
      font-size: .22rem;
      font-weight: 400; }
    .login .col .msg p {
      font-size: .16rem;
      padding: .15rem 0 .55rem 0; }
      .login .col .msg p a {
        color: #ff6601; }
    .login .col .form li {
      padding-bottom: 0.35rem; }
    .login .col .form .name {
      font-size: .16rem;
      padding-bottom: .1rem; }
    .login .col .form .input {
      position: relative;
      height: .44rem;
      border: #ececec solid 1px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      .login .col .form .input input {
        width: 100%;
        height: .42rem;
        line-height: .42rem;
        font-size: .12rem;
        padding-left: 0.18rem; }
      .login .col .form .input input::-webkit-input-placeholder {
        color: #ccc; }
      .login .col .form .input input::-moz-input-placeholder {
        color: #ccc; }
      .login .col .form .input input::-ms-input-placeholder {
        color: #ccc; }
    .login .col .form .input-1 i {
      display: block;
      background: #fff url("../image/nimg18.png") center no-repeat;
      background-image: url("../image/invisible.png");
      background-size: .18rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      height: 100%;
      width: .48rem;
      cursor: pointer; }
      .login .col .form .input-1 i.visible {
        background-image: url("../image/visible.png"); }
    .login .col .form .input-2 img {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      height: 100%; }
    .login .col .form li.lzm .input a {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      line-height: .42rem;
      min-width: 1.3rem;
      text-align: center;
      font-size: .12rem;
      color: #000;
      cursor: pointer; }
      .login .col .form li.lzm .input a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 1px;
        height: .24rem;
        margin-top: -.12rem;
        background: #ececec; }
    .login .col .submit {
      padding-top: .15rem; }
      .login .col .submit div {
        height: .53rem;
        background: #ff6601;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
      .login .col .submit button {
        width: 100%;
        height: 100%;
        font-size: .16rem;
        color: #fff;
        cursor: pointer;
        background: none;
        border: none; }
    .login .col .msg2 {
      font-size: .12rem;
      color: #999;
      text-align: center;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0;
      width: 100%;
      padding-bottom: 0.7rem; }

.element-title {
  padding: .2rem 0 .3rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  .element-title h2 {
    font-size: .36rem; }
  .element-title .more a {
    font-size: .18rem;
    color: #ff2727;
    line-height: .5rem;
    padding-right: .6rem;
    background: url("../image/nimg28.png") center right no-repeat;
    background-size: .3rem;
    display: inline-block; }

.index-slide ul li {
  position: relative;
  height: 5.38rem; }
  .index-slide ul li .title {
    position: absolute;
    top: 1.25rem;
    text-align: center;
    width: 100%;
    font-size: .72rem;
    color: #fff; }
  .index-slide ul li .sub-title {
    position: absolute;
    top: 2.35rem;
    text-align: center;
    width: 100%;
    font-size: .6rem;
    color: #fff; }
  .index-slide ul li .img {
    position: static;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .index-slide ul li .img-phone {
    position: static;
    margin: 0;
    width: 100%;
    height: 100%;
    display: none; }
  .index-slide ul li .img, .index-slide ul li .img-phone {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .index-slide ul li .layer {
    background-color: transparent;
    left: 0;
    width: 100%;
    margin-left: 0;
    text-align: center; }
    .index-slide ul li .layer dl {
      justify-content: center; }
      .index-slide ul li .layer dl dd {
        background: none;
        width: auto;
        margin-right: 1.9rem; }
        .index-slide ul li .layer dl dd div {
          font-size: .34rem;
          font-weight: bold;
          margin-bottom: .1rem; }
        .index-slide ul li .layer dl dd em {
          font-size: .18rem; }
        .index-slide ul li .layer dl dd:last-child {
          margin-right: 0; }

.index-login {
  margin: .55rem auto .8rem auto;
  background-color: #fff;
  padding: .2rem .4rem; }
  .index-login p {
    font-size: .22rem;
    color: #707070; }
  .index-login .description {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: .22rem;
    color: #454545;
    line-height: .45rem; }
    .index-login .description .btn a {
      display: inline-block;
      margin-right: .3rem; }
      .index-login .description .btn a:last-child {
        margin-right: 0; }
      .index-login .description .btn a img, .index-login .description .btn a p {
        display: inline-block; }
      .index-login .description .btn a p {
        font-size: .18rem;
        color: #e31e26;
        line-height: .45rem; }

.index-category {
  margin-bottom: .55rem; }
  .index-category .category-title h2 {
    font-size: .36rem;
    color: #e31e26;
    margin-bottom: .2rem;
    text-align: center; }
  .index-category .category-title p {
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    text-indent: 2em;
    margin-bottom: .45rem; }
  .index-category ul {
    display: flex;
    flex-wrap: nowrap; }
    .index-category ul li {
      width: 14%;
      margin-right: 3.2%;
      padding-top: 14%;
      position: relative;
      background-size: cover; }
      .index-category ul li:nth-child(6n) {
        margin-right: 0; }
      .index-category ul li a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      .index-category ul li p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
        font-size: .32rem;
        color: #fff; }

.index-news {
  margin-bottom: .4rem; }
  .index-news .index-news-container {
    display: flex;
    flex-wrap: nowrap; }
    .index-news .index-news-container .phone-show {
      display: none; }
    .index-news .index-news-container .pc-show {
      display: block; }
    .index-news .index-news-container .index-news-first {
      width: 7rem;
      margin-right: .65rem;
      flex-grow: 0;
      background-color: #e7494f;
      padding: .45rem .55rem .6rem .55rem; }
      .index-news .index-news-container .index-news-first .box {
        color: #fff; }
        .index-news .index-news-container .index-news-first .box .time {
          font-size: .18rem; }
        .index-news .index-news-container .index-news-first .box .name {
          font-size: .24rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          margin: .2rem 0; }
          .index-news .index-news-container .index-news-first .box .name a {
            color: #fff; }
        .index-news .index-news-container .index-news-first .box .summary {
          font-size: .16rem;
          text-indent: 2em;
          line-height: .3rem;
          height: .6rem;
          overflow: hidden;
          margin-bottom: .15rem; }
    .index-news .index-news-container .index-news-list {
      flex-grow: 1;
      overflow: hidden; }
      .index-news .index-news-container .index-news-list ul li {
        border-bottom: .02rem solid #e5e5e5;
        margin-bottom: .8rem;
        padding-bottom: .35rem; }
        .index-news .index-news-container .index-news-list ul li:last-child {
          margin-bottom: 0; }
        .index-news .index-news-container .index-news-list ul li .box {
          display: flex;
          flex-wrap: nowrap; }
          .index-news .index-news-container .index-news-list ul li .box .left {
            width: calc(100% - 1.3rem); }
            .index-news .index-news-container .index-news-list ul li .box .left .name {
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              margin-bottom: .2rem; }
              .index-news .index-news-container .index-news-list ul li .box .left .name a {
                font-size: .2rem;
                color: #000; }
            .index-news .index-news-container .index-news-list ul li .box .left .content {
              font-size: .16rem;
              color: #666666;
              line-height: .3rem;
              height: .6rem;
              overflow: hidden;
              text-indent: 2em; }
          .index-news .index-news-container .index-news-list ul li .box .right {
            width: 1.3rem; }
            .index-news .index-news-container .index-news-list ul li .box .right .time {
              font-size: .18rem;
              color: #666666;
              line-height: .3rem;
              text-align: right; }
            .index-news .index-news-container .index-news-list ul li .box .right .more {
              text-align: right;
              margin-top: .3rem; }
              .index-news .index-news-container .index-news-list ul li .box .right .more a {
                background: url("../image/click.png") center no-repeat;
                background-size: .18rem .22rem;
                width: .2rem;
                display: inline-block;
                height: .3rem;
                margin-right: .15rem; }

.index-expert .index-expert-container ul li {
  width: 100%; }
  .index-expert .index-expert-container ul li dl {
    display: flex;
    flex-wrap: wrap; }
    .index-expert .index-expert-container ul li dl dd {
      width: 14%;
      margin-right: 3.2%;
      margin-bottom: 3.2%;
      background-color: #fff;
      padding: .25rem .4rem; }
      .index-expert .index-expert-container ul li dl dd:nth-child(6n) {
        margin-right: 0; }
      .index-expert .index-expert-container ul li dl dd .box img {
        display: block;
        width: 1.2rem;
        border-radius: 50%;
        margin: 0 auto; }
      .index-expert .index-expert-container ul li dl dd .box span {
        display: block;
        font-size: .16rem;
        color: #a1a1a1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 auto .2rem auto;
        text-align: center; }
        .index-expert .index-expert-container ul li dl dd .box span.name {
          font-size: .24rem;
          color: #333333;
          margin-top: .2rem;
          margin-bottom: .15rem; }
      .index-expert .index-expert-container ul li dl dd .contact-btn {
        text-align: center; }
        .index-expert .index-expert-container ul li dl dd .contact-btn a {
          font-size: .16rem;
          color: #fff;
          background-color: #e31e26;
          display: inline-block;
          margin: 0 auto;
          width: .8rem;
          line-height: .35rem;
          border-radius: .1rem; }

.index-enterprise .index-enterprise-container ul li {
  height: auto;
  width: 100%; }
  .index-enterprise .index-enterprise-container ul li dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .index-enterprise .index-enterprise-container ul li dl dd {
      width: 10.75%;
      margin-right: 2%;
      margin-bottom: 2%; }
      .index-enterprise .index-enterprise-container ul li dl dd:nth-child(8n) {
        margin-right: 0; }

.index-enterprise .swiper-container-horizontal, .index-expert .swiper-container-horizontal {
  margin-bottom: .3rem; }
  .index-enterprise .swiper-container-horizontal .swiper-pagination-bullets, .index-expert .swiper-container-horizontal .swiper-pagination-bullets {
    text-align: center; }
    .index-enterprise .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet, .index-expert .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
      width: .6rem;
      height: .1rem;
      background-color: #c4c4c4;
      border-radius: .2rem;
      opacity: 1; }
    .index-enterprise .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active, .index-expert .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active {
      background-color: #e31e26; }

/*page*/
.pageSearch {
  background: #f4f4f4;
  min-height: 1.4rem;
  padding: .4rem 0 .15rem 0;
  font-size: .12rem; }
  .pageSearch .form {
    position: relative;
    height: .41rem;
    border: #ff6600 solid 0.02rem;
    background: #fff; }
    .pageSearch .form .select {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: .76rem;
      height: .37rem;
      line-height: .37rem;
      text-align: center;
      padding-right: .1rem;
      background: url("../image/select12.png") right center no-repeat;
      background-size: 0.12rem; }
    .pageSearch .form .input {
      padding-left: .85rem; }
      .pageSearch .form .input.pl {
        padding-left: .15rem; }
      .pageSearch .form .input input {
        width: 100%;
        height: .37rem;
        line-height: .37rem;
        font-size: 0.12rem; }
    .pageSearch .form .submit {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      width: 1.35rem;
      height: .37rem;
      background: #ff6600; }
      .pageSearch .form .submit input {
        width: 100%;
        height: .37rem;
        font-size: .14rem;
        cursor: pointer;
        color: #fff; }
  .pageSearch .msg {
    line-height: .42rem; }
    .pageSearch .msg a {
      padding-right: 0.1rem; }

.expert_01 {
  padding-top: .2rem; }
  .expert_01 h2.title {
    font-size: .2rem;
    padding: 0.15rem 0; }
  .expert_01 ul {
    margin-left: -0.09rem; }
  .expert_01 li {
    width: 20%;
    padding: 0 0 .2rem .09rem;
    position: relative; }
    .expert_01 li .img {
      width: 100%;
      overflow: hidden;
      -moz-border-radius: 0.04rem;
      -webkit-border-radius: 0.04rem;
      border-radius: 0.04rem;
      background: #000; }
      .expert_01 li .img img {
        opacity: 0.5; }
    .expert_01 li h5 a {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%;
      padding: 0 0 .09rem .09rem;
      color: #fff;
      font-size: 0.18rem; }
  .expert_01 li:hover .img, .expert_01 li.on .img {
    background: #ff6600; }
    .expert_01 li:hover .img img, .expert_01 li.on .img img {
      opacity: 0; }

.expert_02 {
  padding: .13rem 0 .23rem 0; }
  .expert_02 li {
    padding: 0 0.05rem 0.1rem 0.05rem; }
  .expert_02 a {
    display: block;
    padding: 0 .42rem;
    height: .42rem;
    line-height: .42rem;
    background: #666;
    font-size: .14rem;
    color: #fff;
    -moz-border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem; }
    .expert_02 a:hover, .expert_02 a.on {
      background: #ff6600; }

.expert {
  max-width: 17.25rem;
  margin: 0 auto;
  padding: 0 .6rem;
  font-size: .12rem; }
  .expert ul {
    margin-left: -0.2rem; }
  .expert li {
    padding: 0 0 .3rem .2rem;
    width: 20%;
    text-align: center; }
  .expert .box {
    min-height: 3.3rem;
    background: #fff;
    box-shadow: 0 0.06rem 0.13rem rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 0.06rem 0.13rem rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0.06rem 0.13rem rgba(0, 0, 0, 0.09);
    text-align: center;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    position: relative; }
    .expert .box .img {
      height: 1.89rem;
      background: url("../image/nimg329_1.jpg") center no-repeat;
      background-size: cover;
      box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.09);
      -webkit-box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.09);
      -moz-box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.09); }
      .expert .box .img img {
        width: 1.15rem;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
    .expert .box h5 {
      font-size: .2rem;
      padding: 0.16rem 0 0.05rem 0; }
    .expert .box .msg {
      line-height: 1.35em;
      height: 2.7em;
      overflow: hidden;
      color: #999;
      max-width: 2rem;
      margin: 0 auto; }
    .expert .box dl.btn {
      padding: .13rem 0 .15rem 0;
      position: absolute;
      bottom: .2rem;
      width: 100%; }
      .expert .box dl.btn dd {
        padding: 0 0.07rem; }
      .expert .box dl.btn a {
        display: block;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        width: .97rem;
        height: .33rem;
        line-height: .33rem;
        background: #ccc;
        color: #fff; }
        .expert .box dl.btn a:hover {
          background: #ff6600; }
    .expert .box:hover .img {
      background-image: url("../image/nimg329_2.jpg"); }
    .expert .box .smalltext {
      display: block;
      padding: 0 .1rem 0 .3rem;
      text-align: left; }
      .expert .box .smalltext div {
        position: relative;
        padding: .25rem 0 .1rem 50%;
        min-height: 1.4rem; }
        .expert .box .smalltext div img {
          position: absolute;
          top: .25rem;
          left: 0;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          max-width: 45%; }
        .expert .box .smalltext div span {
          display: block;
          font-size: .12rem;
          color: #999;
          padding-bottom: .06rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .expert .box .smalltext div span.name {
            font-size: .2rem;
            color: #333;
            padding-bottom: .1rem; }
            .expert .box .smalltext div span.name::after {
              content: "";
              display: block;
              width: .2rem;
              height: .03rem;
              background: #ff6600;
              margin-top: .1rem; }
      .expert .box .smalltext p {
        font-size: .12rem;
        color: #999;
        position: relative;
        padding: .1rem 0 0 65px;
        max-height: .45rem;
        overflow: hidden; }
        .expert .box .smalltext p span {
          position: absolute;
          top: .1rem;
          left: 0; }

.pageNum {
  padding: .1rem 0 .5rem 0;
  justify-content: flex-end;
  -webkit-justify-content: flex-end; }
  .pageNum a {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: .06rem;
    width: .35rem;
    height: .35rem;
    background: #ccc;
    line-height: .35rem;
    text-align: center;
    font-size: .12rem;
    color: #fff; }
    .pageNum a:hover, .pageNum a.on {
      background: #ff6600;
      color: #fff; }
    .pageNum a.arrow {
      display: none; }

.expertShow {
  background: url("../image/nimg1920_2.jpg") center no-repeat;
  background-size: cover;
  padding: .3rem 0 .35rem 0;
  font-size: .16rem; }
  .expertShow .wal {
    min-height: 12.15rem;
    max-width: 7.4rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.4rem; }
  .expertShow h5.title {
    font-size: .16rem;
    font-weight: 400; }
  .expertShow .container {
    text-align: center;
    padding: .3rem 0 .45rem 0; }
    .expertShow .container .img {
      width: 1.06rem;
      margin: 0 auto; }
      .expertShow .container .img img {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
    .expertShow .container .name {
      font-size: .38rem;
      padding-top: 0.15rem; }
    .expertShow .container .msg {
      padding: 0.15rem 0 0.2rem 0; }
    .expertShow .container .btn a {
      display: block;
      margin: 0 auto;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      background: #ff6600;
      color: #fff;
      width: 1.71rem;
      height: .46rem;
      line-height: 0.46rem; }
  .expertShow .content {
    line-height: 1.56em;
    text-align: justify; }

.expert_03 {
  background: #f4f4f4;
  padding: .45rem .6rem; }
  .expert_03 ul {
    margin-left: -0.12rem; }
  .expert_03 li {
    padding: 0 0 .12rem .12rem;
    width: 16.666%; }
  .expert_03 .box {
    min-height: 1.76rem;
    position: relative;
    background: #fff;
    padding: 0 .15rem .15rem .97rem; }
    .expert_03 .box .img {
      width: .56rem;
      position: absolute;
      z-index: 10;
      left: 0.23rem;
      right: auto;
      top: 0.3rem;
      bottom: auto; }
      .expert_03 .box .img img {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
    .expert_03 .box h5 {
      position: relative;
      font-size: .14rem;
      font-weight: 400;
      padding: .3rem 0 .28rem 0; }
      .expert_03 .box h5:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: .12rem;
        width: .13rem;
        height: .03rem;
        background: #ff6600; }
    .expert_03 .box .msg {
      font-size: .12rem;
      line-height: 1.75em;
      height: 5.25em;
      overflow: hidden; }

@media screen and (max-width: 1200px) {
  .expert_03 li {
    width: 25%; } }
.project_01 {
  height: 2.09rem;
  background: center no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff; }
  .project_01 h2 {
    font-size: .36rem;
    line-height: 0.5rem; }

.project {
  max-width: 18.43rem;
  margin: 0 auto;
  padding: 0 .6rem; }
  .project .list {
    padding-bottom: .5rem; }
    .project .list ul {
      margin-left: -0.2rem; }
    .project .list li {
      width: 20%;
      padding: 0 0 0.2rem 0.2rem; }
    .project .list .box {
      min-height: 2.9rem;
      border: #ccc solid 1px;
      padding: 0 .3rem;
      font-size: .14rem; }
      .project .list .box .container {
        height: 1.08rem; }
        .project .list .box .container .img {
          width: .62rem;
          margin-right: .16rem; }
          .project .list .box .container .img img {
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%; }
        .project .list .box .container h5 {
          font-weight: 400;
          padding-bottom: .08rem;
          font-size: 0.14rem; }
        .project .list .box .container .address {
          background: url("../image/nimg12.png") left center no-repeat;
          background-size: .12rem;
          padding-left: .2rem;
          line-height: 0.18rem; }
      .project .list .box h2.name {
        font-size: .2rem;
        line-height: 1.5em;
        height: 3em;
        overflow: hidden; }
      .project .list .box .msg {
        padding: .15rem 0 .18rem 0;
        color: #ccc; }
        .project .list .box .msg dd {
          padding-right: 0.12rem; }
      .project .list .box .price {
        line-height: .65rem;
        border-top: #ccc solid 1px; }

.projectShow {
  padding: .55rem 0;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  font-size: .14rem; }
  .projectShow .side {
    width: 2.97rem;
    min-height: 8.38rem;
    background: url("../image/img297.jpg") center no-repeat;
    background-size: cover;
    color: #fff;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    padding: .3rem; }
    .projectShow .side .box {
      text-align: center;
      padding: .2rem 0 .1rem 0; }
      .projectShow .side .box .img {
        width: .99rem;
        margin: 0 auto; }
        .projectShow .side .box .img img {
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
      .projectShow .side .box h5 {
        line-height: .44rem;
        font-size: .16rem;
        font-weight: 400; }
      .projectShow .side .box .btn li {
        padding: 0 .05rem; }
        .projectShow .side .box .btn li img {
          width: 0.2rem; }
    .projectShow .side h2.title {
      line-height: .44rem;
      font-size: 0.14rem; }
    .projectShow .side .list ul {
      margin-left: -0.1rem; }
    .projectShow .side .list li {
      width: 50%;
      padding: 0 0 0.1rem 0.1rem; }
    .projectShow .side .list a {
      display: block;
      color: #fff;
      border: #fff solid 1px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      height: .29rem;
      line-height: .27rem;
      text-align: center; }
    .projectShow .side .content {
      font-size: .12rem;
      line-height: 1.5em;
      text-align: justify; }
      .projectShow .side .content a {
        color: #fff; }
  .projectShow .container {
    width: 100%;
    border: #e5e5e5 solid 1px;
    min-height: 9rem;
    padding: .6rem; }
    .projectShow .container .time {
      color: #666; }
    .projectShow .container div.title {
      font-size: .25rem;
      padding: 0.1rem 0 0.25rem 0; }
    .projectShow .container .list .name .col-1, .projectShow .container .list li .col-1 {
      width: 1.95rem;
      padding-left: 0.48rem; }
    .projectShow .container .list .name .col-2, .projectShow .container .list li .col-2 {
      width: 5.5rem; }
    .projectShow .container .list .name {
      line-height: .45rem;
      background: #f0f0f0; }
    .projectShow .container .list li {
      border-bottom: #ccc solid 1px;
      line-height: .26rem;
      padding: .15rem 0; }
      .projectShow .container .list li .orange {
        color: #ff6600; }
    .projectShow .container .list li.li_01 {
      line-height: .3rem; }
      .projectShow .container .list li.li_01 dd {
        height: .3rem;
        padding-right: .6rem;
        color: #666;
        background: url("../image/nimg16.png") left center no-repeat;
        background-size: .16rem;
        padding-left: .26rem;
        position: relative; }
        .projectShow .container .list li.li_01 dd a {
          position: absolute;
          z-index: 10;
          left: auto;
          right: 0;
          top: 0;
          bottom: auto; }
    .projectShow .container h2.title {
      font-size: .14rem;
      color: #666;
      padding: 0.4rem 0 0.22rem 0; }
    .projectShow .container .list2 ul {
      margin-left: -0.2rem; }
    .projectShow .container .list2 li {
      width: 33.333%;
      padding: 0 0 .2rem .2rem; }
      .projectShow .container .list2 li .box {
        border: #ccc solid 1px;
        text-align: center;
        min-height: 1.6rem;
        padding-top: .12rem; }
        .projectShow .container .list2 li .box .img {
          width: .66rem;
          margin: 0 auto;
          overflow: hidden;
          border-radius: 50%; }
        .projectShow .container .list2 li .box h5 {
          font-weight: 400;
          line-height: .42rem;
          font-size: 0.14rem; }
        .projectShow .container .list2 li .box dd {
          padding: 0 .06rem; }
          .projectShow .container .list2 li .box dd img {
            width: 0.2rem; }
    .projectShow .container .btn {
      padding-top: .3rem; }
      .projectShow .container .btn a {
        display: block;
        margin: 0 auto;
        background: #ff6600;
        color: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        width: 1.37rem;
        height: .41rem;
        line-height: .41rem;
        text-align: center; }

.pageTitle2 {
  text-align: center;
  padding: .4rem 0; }
  .pageTitle2 h2 {
    font-size: 0.48rem; }
  .pageTitle2 .msg {
    padding: .2rem 0 .35rem 0;
    max-width: 8.5rem;
    margin: 0 auto;
    font-size: .2rem;
    line-height: 0.3rem; }
  .pageTitle2 .btn li {
    padding: 0 0.1rem; }
  .pageTitle2 .btn a {
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    width: 1.31rem;
    height: .42rem;
    line-height: .42rem;
    text-align: center;
    background: #505050;
    font-size: .14rem;
    color: #fff;
    display: block; }
    .pageTitle2 .btn a:hover, .pageTitle2 .btn a.active {
      background: #ff6600; }

.pageTitle3 {
  padding: .55rem 0 .15rem 0;
  position: relative; }
  .pageTitle3 h2 {
    font-size: .2rem;
    padding-right: .22rem;
    line-height: 0.3rem; }
  .pageTitle3 ul li {
    padding: 0 .1rem 0 0; }
    .pageTitle3 ul li a {
      display: block;
      height: .34rem;
      line-height: .32rem;
      padding: 0 .2rem;
      font-size: .14rem;
      border: #ccc solid 1px;
      -moz-border-radius: 0.3rem;
      -webkit-border-radius: 0.3rem;
      border-radius: 0.3rem; }
      .pageTitle3 ul li a:hover, .pageTitle3 ul li a.on {
        border-color: #ff6600;
        color: #ff6600; }
  .pageTitle3 a.more {
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    width: 1.13rem;
    height: .28rem;
    line-height: .26rem;
    text-align: center;
    border: #ccc solid 1px;
    font-size: .12rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: auto;
    bottom: auto; }

.pageTitle4 {
  padding: .4rem 0 .05rem 0;
  overflow: hidden; }
  .pageTitle4 h2 {
    font-size: .2rem;
    float: left;
    height: .48rem;
    line-height: .46rem; }
  .pageTitle4 .more {
    float: right; }
    .pageTitle4 .more a {
      display: block;
      margin: 0 auto;
      font-size: .18rem;
      width: 1.83rem;
      height: .48rem;
      line-height: .46rem;
      position: relative;
      padding-left: .38rem;
      text-align: left; }
      .pageTitle4 .more a:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .15rem;
        width: .28rem;
        height: 100%;
        background: url("../image/nimg28.png") center no-repeat;
        background-size: 100%; }

.case {
  max-width: 18.4rem;
  padding: 0 .6rem;
  margin: 0 auto; }
  .case .pageTitle3 {
    padding-top: 0; }
  .case .list {
    padding-bottom: .3rem; }
    .case .list ul {
      margin-left: -0.2rem; }
    .case .list li {
      padding: 0 0 0 .2rem;
      width: 20%; }
      .case .list li .box {
        position: relative;
        min-height: .6rem;
        padding: 0.15rem 0; }
      .case .list li .msg {
        font-size: .14rem;
        font-weight: bold;
        line-height: 1.5em;
        padding-right: 0.35rem; }
      .case .list li a.like {
        display: block;
        font-size: .12rem;
        color: #999;
        line-height: .2rem;
        background: url("../image/nimg14.png") left center no-repeat;
        background-size: .14rem;
        padding-left: .24rem;
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0;
        top: 0.15rem;
        bottom: auto; }

.caseShow {
  padding: .3rem 0 1rem 0; }
  .caseShow h2.title {
    position: relative;
    font-size: .35rem;
    padding-top: .35rem; }
    .caseShow h2.title:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: .1rem;
      height: .1rem;
      background: #ff6600;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .caseShow h5.msg {
    font-size: .2rem;
    line-height: 1.5em;
    padding: 0.2rem 0; }
  .caseShow .content {
    font-size: .14rem;
    line-height: .3rem;
    color: #666;
    padding-bottom: 0.3rem; }
  .caseShow .img div {
    border: #f0f0f0 solid 1px;
    margin-left: -1px;
    margin-right: -1px; }
  .caseShow .newstext {
    padding-top: .35rem;
    font-size: .16rem !important;
    line-height: .32rem !important;
    color: #333 !important; }
    .caseShow .newstext p {
      font-size: .16rem !important;
      line-height: .32rem !important;
      color: #333 !important; }

.patent {
  max-width: 18.4rem;
  padding: .3rem .6rem 1rem .6rem;
  margin: 0 auto; }
  .patent .pageTitle3 {
    padding-top: 0.25rem; }
  .patent .list ul {
    margin-left: -0.2rem; }
  .patent .list li {
    width: 20%;
    padding: 0 0 .2rem .2rem; }
    .patent .list li .name {
      font-size: .14rem;
      line-height: 1.5em;
      padding-top: .15rem;
      font-weight: bold; }

.patentShow {
  padding: .3rem 0 1rem 0; }
  .patentShow h2.title {
    position: relative;
    font-size: .35rem;
    padding-top: .3rem; }
    .patentShow h2.title:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: .1rem;
      height: .1rem;
      background: #ff6600;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .patentShow .info {
    padding: .3rem 0 .35rem 0; }
    .patentShow .info li {
      width: 50%;
      font-size: .14rem;
      line-height: .3rem;
      color: #666; }
      .patentShow .info li:last-child {
        width: 100%; }
  .patentShow .content {
    padding: .8rem .95rem;
    background: #f5f5f5;
    min-height: 5rem;
    font-size: .16rem;
    line-height: .32rem;
    text-align: justify; }
    .patentShow .content h5 {
      font-size: 0.16rem; }
    .patentShow .content .img {
      text-align: center;
      padding: 0.35rem 0; }

.wiki_01 {
  padding: .2rem 0 .1rem 0;
  margin: 0 .6rem;
  overflow: hidden; }
  .wiki_01 ul {
    margin-left: -0.1rem; }
  .wiki_01 li {
    width: 25%;
    padding: 0 0 0.1rem 0.1rem; }
  .wiki_01 a {
    height: .58rem;
    background: #f4f4f4;
    padding: 0 .14rem;
    font-size: .14rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem; }
    .wiki_01 a span, .wiki_01 a em {
      color: #999; }
    .wiki_01 a em, .wiki_01 a img {
      flex-shrink: 0;
      -webkit-flex-shrink: 0; }
    .wiki_01 a img {
      width: .35rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .wiki_01 a div {
      line-height: .58rem;
      padding: 0 0.16rem; }

.wiki_02 {
  max-width: 18.4rem;
  padding: 0 .6rem;
  margin: 0 auto; }
  .wiki_02 h2 {
    font-size: .2rem;
    padding-bottom: 0.15rem; }
  .wiki_02 .list ul {
    margin-left: -0.2rem; }
  .wiki_02 .list li {
    width: 20%;
    padding: 0 0 .2rem .2rem; }
    .wiki_02 .list li .name {
      font-size: .14rem;
      font-weight: bold;
      padding-top: 0.15rem; }

.wiki_03 .fr.list li, .about .list li, .expert-view .list li {
  position: relative;
  min-height: 1.7rem;
  padding: 0 0 0 2.07rem; }
  .wiki_03 .fr.list li .img, .about .list li .img, .expert-view .list li .img {
    width: 1.79rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .wiki_03 .fr.list li .name, .about .list li .name, .expert-view .list li .name {
    font-size: .2rem;
    font-weight: bold;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .wiki_03 .fr.list li .msg, .about .list li .msg, .expert-view .list li .msg {
    line-height: .25rem;
    color: #999;
    margin-top: .15rem;
    margin-bottom: 0.15rem; }
  .wiki_03 .fr.list li dl dd, .about .list li dl dd, .expert-view .list li dl dd {
    padding-right: .28rem;
    font-size: .12rem;
    color: #999; }
  .wiki_03 .fr.list li dl a, .about .list li dl a, .expert-view .list li dl a {
    display: block;
    height: .25rem;
    line-height: .25rem;
    padding: 0 .15rem;
    background: #f4f4f4;
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem; }

.wiki_03 {
  max-width: 10rem;
  font-size: .14rem; }
  .wiki_03 .title {
    text-align: center; }
    .wiki_03 .title h2 {
      font-size: .38rem;
      padding-top: 0.5rem; }
    .wiki_03 .title .msg {
      padding: .15rem 0 .25rem 0;
      font-size: .2rem;
      line-height: 1.5em;
      max-width: 8.5rem;
      margin: 0 auto; }
  .wiki_03 .tag {
    padding-bottom: .35rem; }
    .wiki_03 .tag li {
      padding: 0 0.05rem 0.1rem 0.05rem; }
    .wiki_03 .tag a {
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      height: .42rem;
      line-height: .42rem;
      min-width: 1.31rem;
      text-align: center;
      padding: 0 .2rem;
      background: #f4f4f4;
      display: block; }
      .wiki_03 .tag a:hover, .wiki_03 .tag a.on {
        background: #ff6600;
        color: #fff; }
  .wiki_03 .fl.list {
    width: 1.15rem; }
    .wiki_03 .fl.list li a {
      display: block;
      position: relative;
      text-align: right;
      height: .45rem;
      line-height: .28rem; }
      .wiki_03 .fl.list li a:before {
        content: "";
        display: block;
        position: absolute;
        top: .34rem;
        right: 0;
        width: 0;
        height: .03rem;
        background: #ff6600; }
      .wiki_03 .fl.list li a:hover, .wiki_03 .fl.list li a.on {
        color: #ff6600; }
        .wiki_03 .fl.list li a:hover:before, .wiki_03 .fl.list li a.on:before {
          width: 0.13rem; }
    .wiki_03 .fl.list a.btn {
      display: block;
      width: .15rem;
      height: .25rem;
      margin-left: auto;
      background: url("../image/btn15.png") center no-repeat;
      background-size: 100%; }
  .wiki_03 .fr.list {
    width: 8.3rem; }
  .wiki_03 .pageNum {
    clear: both;
    justify-content: center;
    -webkit-justify-content: center; }

.wikiShow .box, .newShow .box {
  position: relative; }
  .wikiShow .box .title, .newShow .box .title {
    font-size: .3rem;
    padding-bottom: 0.12rem; }
  .wikiShow .box ul.btn, .newShow .box ul.btn {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.1rem;
    bottom: auto; }
    .wikiShow .box ul.btn li, .newShow .box ul.btn li {
      padding-left: 0.1rem; }
    .wikiShow .box ul.btn a, .newShow .box ul.btn a {
      display: block;
      width: .28rem !important;
      height: .28rem !important;
      line-height: normal;
      background: none !important;
      float: none !important;
      text-indent: 0; }
  .wikiShow .box .msg, .newShow .box .msg {
    font-size: .14rem;
    color: #999; }
    .wikiShow .box .msg span, .newShow .box .msg span {
      padding-right: 0.32rem; }
.wikiShow .content, .newShow .content {
  font-size: .16rem;
  line-height: .3rem;
  padding: .3rem 0;
  color: #666;
  text-align: justify; }
.wikiShow .img, .newShow .img {
  box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.35); }

.newShow .title {
  padding-right: 1rem; }

.wikiShow {
  padding: .75rem .35rem;
  max-width: 10rem; }
  .wikiShow .box:before {
    content: "";
    display: block;
    position: absolute;
    left: -.35rem;
    top: 2%;
    width: .05rem;
    height: 98%;
    background: #ff6600; }
  .wikiShow .box ul.btn {
    top: .2rem;
    right: -0.35rem; }

.about {
  padding: .65rem 0;
  max-width: 12rem; }
  .about .side {
    width: 2.25rem;
    padding: .06rem 0 0 .7rem; }
    .about .side a {
      display: block;
      font-size: .16rem;
      color: #666;
      position: relative;
      height: .54rem; }
      .about .side a:before {
        content: "";
        display: block;
        position: absolute;
        top: .34rem;
        left: 0;
        width: 0;
        height: .03rem;
        background: #ff6600; }
      .about .side a:hover, .about .side a.on {
        color: #d81e06; }
        .about .side a:hover:before, .about .side a.on:before {
          width: 0.13rem; }
  .about .col, .about .col-2 {
    width: 9.35rem;
    padding-right: 0.35rem; }
  .about .col h2.title {
    font-size: .2rem;
    padding-bottom: 0.2rem; }
  .about .col .content {
    font-size: .16rem;
    line-height: .3rem;
    text-align: justify; }
    .about .col .content .img {
      box-shadow: 0 0 0.13rem rgba(0, 0, 0, 0.13);
      -webkit-box-shadow: 0 0 0.13rem rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 0 0 0.13rem rgba(0, 0, 0, 0.13); }

/*phone*/
.aboutFootD {
  height: 1.08rem; }

.aboutFoot {
  height: 1.08rem;
  background: #000;
  position: fixed;
  z-index: 30;
  left: 0;
  bottom: 0;
  width: 100%; }
  .aboutFoot li {
    width: 50%;
    position: relative; }
    .aboutFoot li:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: .42rem;
      background: #363636;
      margin-top: -0.21rem; }
    .aboutFoot li:last-child:before {
      display: none; }
    .aboutFoot li a.name {
      height: 1.08rem;
      line-height: 1.08rem;
      text-align: center;
      color: #fff;
      display: block;
      font-size: .32rem; }
      .aboutFoot li a.name em {
        padding-left: .58rem;
        background: url("../image/img38.png") left center no-repeat;
        background-size: 0.38rem; }
    .aboutFoot li dl {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: 100%;
      width: 100%;
      background: #000;
      padding: .35rem 0;
      display: none;
      margin-bottom: 1px; }
      .aboutFoot li dl a {
        display: block;
        text-align: center;
        color: #fff;
        font-size: .3rem;
        height: .7rem;
        line-height: 0.7rem; }
  .aboutFoot li.on dl {
    display: block; }

.memberPhone_01 .title {
  font-size: .26rem;
  padding: 0.7rem 0 0.4rem 0; }
.memberPhone_01 .box {
  padding-bottom: .2rem; }
  .memberPhone_01 .box .img {
    width: 1.09rem;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
  .memberPhone_01 .box .col {
    font-size: .24rem;
    line-height: .4rem;
    padding-left: .3rem; }
    .memberPhone_01 .box .col em {
      color: #999; }

.memberPhoneTitle {
  border-bottom: #ddd solid 1px;
  position: relative; }
  .memberPhoneTitle h2 {
    position: relative;
    padding: .35rem 0 .2rem 0;
    font-weight: 400;
    font-size: .26rem;
    color: #ff9966; }
    .memberPhoneTitle h2:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: .03rem;
      background: #ff6600; }
  .memberPhoneTitle a {
    position: absolute;
    right: 0;
    top: .35rem; }

.memberPhone_02 {
  padding: .2rem 0; }
  .memberPhone_02 li {
    width: 38%; }
    .memberPhone_02 li:nth-child(3), .memberPhone_02 li:nth-child(6) {
      width: 24%; }
    .memberPhone_02 li a {
      display: block;
      font-size: .24rem;
      height: .55rem;
      line-height: .55rem; }

.memberPhone_03 {
  padding-top: .06rem;
  /*li:nth-child(1) a {
    background: #f6f6f6;
    border-color: #f6f6f6
  }*/ }
  .memberPhone_03 li {
    padding-top: 0.15rem; }
  .memberPhone_03 a {
    display: block;
    position: relative;
    min-height: 2.3rem;
    border: #c2c2c2 solid 1px;
    padding: .3rem 1.2rem .3rem .6rem; }
    .memberPhone_03 a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: .6rem;
      width: .21rem;
      height: 100%;
      background: url("../image/img21.png") center no-repeat;
      background-size: 100%; }
    .memberPhone_03 a .name {
      font-size: .3rem;
      padding-bottom: 0.12rem; }
    .memberPhone_03 a .msg {
      font-size: .24rem;
      line-height: .4rem;
      color: #999; }
    .memberPhone_03 a .ico {
      width: .62rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.42rem;
      top: 0.38rem;
      bottom: auto; }

.projectShowPhoneBox {
  background: #f6f6f6;
  margin-bottom: .16rem;
  padding: 0 .4rem; }
  .projectShowPhoneBox .title {
    position: relative;
    height: 1.12rem;
    line-height: 1.1rem;
    font-size: .32rem; }
    .projectShowPhoneBox .title:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: .96rem;
      height: .05rem;
      background: #ff6600; }

.projectShowPhone_01 {
  padding: .3rem 0; }
  .projectShowPhone_01 ul {
    margin-right: -0.4rem; }
  .projectShowPhone_01 li {
    width: 33.333%;
    height: .66rem;
    line-height: .66rem;
    font-size: .3rem; }

.projectShowPhone_02 {
  padding: .3rem 0; }
  .projectShowPhone_02 li {
    line-height: .66rem;
    font-size: .24rem; }
    .projectShowPhone_02 li .name {
      flex-shrink: 0;
      -webkit-flex-shrink: 0;
      width: 2.2rem;
      padding-left: 0.25rem; }
    .projectShowPhone_02 li .orange {
      color: #ff6600; }

.projectShowPhone_03 {
  padding-bottom: .4rem; }
  .projectShowPhone_03 .title2 {
    font-size: .38rem;
    line-height: .52rem;
    padding: 0.35rem 0; }
  .projectShowPhone_03 .name, .projectShowPhone_03 li {
    font-size: .24rem; }
    .projectShowPhone_03 .name .col-1, .projectShowPhone_03 li .col-1 {
      width: 1.7rem;
      padding-left: .3rem;
      flex-shrink: 0;
      -webkit-flex-shrink: 0; }
    .projectShowPhone_03 .name .col-2, .projectShowPhone_03 li .col-2 {
      width: 100%; }
  .projectShowPhone_03 .name {
    line-height: .56rem;
    background: #f0f0f0;
    border-bottom: #ccc solid 1px; }
  .projectShowPhone_03 li {
    border-bottom: #ccc solid 1px;
    line-height: .34rem;
    padding: 0.2rem 0; }
  .projectShowPhone_03 li.li_01 {
    line-height: .52rem;
    padding-right: .5rem; }
    .projectShowPhone_03 li.li_01 dd {
      height: .52rem;
      padding-right: .8rem;
      color: #666;
      background: url("../image/nimg16.png") left center no-repeat;
      background-size: .26rem;
      padding-left: .36rem;
      position: relative; }
      .projectShowPhone_03 li.li_01 dd a {
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0;
        top: 0;
        bottom: auto; }

.projectShowPhone_04 {
  padding: .4rem 0 .1rem 0;
  font-size: .24rem; }
  .projectShowPhone_04 .time {
    margin-bottom: .4rem;
    color: #666;
    height: .81rem;
    line-height: .79rem;
    padding-left: .38rem;
    border: #b4b4b4 solid 1px; }
  .projectShowPhone_04 ul {
    width: 4.15rem;
    margin: 0 auto; }
  .projectShowPhone_04 li {
    height: 1rem;
    padding-bottom: .3rem;
    position: relative; }
    .projectShowPhone_04 li:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      width: 1px;
      height: 100%;
      background: #d81e06; }
    .projectShowPhone_04 li:last-child:before {
      display: none; }
    .projectShowPhone_04 li:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      width: .7rem;
      height: .7rem;
      margin-left: -.35rem;
      background: #fff;
      border: #f00 solid 1px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      box-sizing: border-box; }
    .projectShowPhone_04 li em {
      width: 1.35rem;
      text-align: right;
      color: #999; }
    .projectShowPhone_04 li p {
      width: 1.35rem;
      font-size: 0.3rem; }
  .projectShowPhone_04 li.on:after {
    background: #f00; }

.projectShowPhone_05 {
  padding: .4rem 0; }
  .projectShowPhone_05 ul {
    border-top: #e0e0e0 solid 1px; }
  .projectShowPhone_05 li {
    font-size: .24rem;
    padding-left: .28rem;
    height: .81rem;
    line-height: .8rem;
    border-bottom: #e0e0e0 solid 1px; }

.bd_weixin_popup {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.layui-layer.layui-layer-tips .layui-layer-content {
  padding: 8px; }

.layui-layer-tips .layui-layer-setwin {
  top: 8px;
  right: 8px; }

.captcha {
  width: 135px;
  height: 44px; }

.files {
  position: relative;
  padding-left: .6rem;
  margin-bottom: .1rem; }
  .files span {
    position: absolute;
    left: 0;
    top: .1rem;
    font-size: .18rem;
    font-weight: bold;
    color: #333; }
  .files ul {
    overflow: hidden; }
    .files ul li {
      width: 48%;
      height: .5rem;
      line-height: .5rem;
      float: left;
      background: #f4f4f4;
      border-radius: .25rem;
      padding: 0 .25rem;
      margin: 0 2% .15rem 0; }
      .files ul li a {
        font-size: .14rem;
        color: #666;
        display: block;
        background: url("../image/download.png") no-repeat center right;
        background-size: .22rem .19rem;
        padding-right: .35rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .files ul li a:hover {
          color: #ed1010;
          background-image: url("../image/download_hover.png"); }

.expert-view {
  padding-top: .36rem; }
  .expert-view .tag {
    margin-bottom: .36rem; }
    .expert-view .tag li {
      display: inline-block;
      height: .4rem;
      line-height: .4rem;
      margin-right: .1rem; }
      .expert-view .tag li a {
        padding: 0 .17rem;
        border-radius: 10px;
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        font-size: 14px;
        background: #666; }
        .expert-view .tag li a:hover, .expert-view .tag li a.on {
          background-color: #000; }
  .expert-view .fl {
    width: 7.53rem; }
    .expert-view .fl .title {
      padding: 0 .2rem;
      height: .51rem;
      line-height: .51rem;
      background: #000;
      font-size: 14px;
      color: #fff;
      position: relative; }
      .expert-view .fl .title a {
        position: absolute;
        right: .2rem;
        color: #fff;
        font-size: 12px; }
    .expert-view .fl ul li {
      border-bottom: 1px dashed #e6e6e6;
      min-height: 1.95rem;
      padding: .4rem 0 .4rem 2.15rem; }
      .expert-view .fl ul li:last-child {
        border-bottom: none; }
      .expert-view .fl ul li .img {
        top: .4rem; }
    .expert-view .fl .content {
      padding-bottom: .8rem; }
      .expert-view .fl .content .title {
        background: none;
        padding: .3rem 0;
        color: #333;
        font-size: 12px;
        height: auto;
        line-height: normal;
        border-bottom: 1px solid #ccc;
        margin-bottom: .3rem; }
        .expert-view .fl .content .title h2 {
          color: #333;
          font-size: .25rem;
          font-weight: lighter; }
        .expert-view .fl .content .title p {
          font-size: 12px !important; }
          .expert-view .fl .content .title p span {
            padding-left: .2rem; }
      .expert-view .fl .content .avatar {
        position: relative;
        padding-left: .6rem; }
        .expert-view .fl .content .avatar img {
          width: .5rem;
          height: .5rem;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          overflow: hidden;
          position: absolute;
          left: 0;
          top: .3rem; }
      .expert-view .fl .content p {
        font-size: .16rem !important;
        line-height: .32rem !important;
        color: #333 !important; }
        .expert-view .fl .content p span {
          font-size: .16rem !important;
          line-height: .32rem !important;
          color: #333 !important; }
  .expert-view .fr {
    width: 4.2rem; }
    .expert-view .fr ul li {
      width: 4.19rem;
      height: 1.65rem;
      background: no-repeat;
      background-size: 100%;
      margin-bottom: .1rem;
      padding: .4rem 0 0 .4rem; }
      .expert-view .fr ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: .25rem; }
        .expert-view .fr ul li a span {
          display: block;
          font-size: .14rem;
          background: url("../image/img15.png") no-repeat 0.8rem;
          margin-top: .3rem; }

.user .list {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.08rem;
  top: 0.25rem;
  bottom: auto; }
  .user .list li {
    padding-left: 0.1rem; }
  .user .list a {
    display: block;
    color: #fff;
    line-height: .8rem;
    font-size: .14rem; }
    .user .list a em {
      display: inline-block;
      height: .14rem;
      line-height: .14rem;
      background: #333;
      color: #f00;
      padding: 0 0.07rem; }
.user .index-user-list ul {
  height: .8rem;
  vertical-align: middle;
  align-items: center; }
  .user .index-user-list ul li {
    height: .2rem; }
    .user .index-user-list ul li a {
      line-height: .2rem; }
  .user .index-user-list ul .publish-btn {
    background-color: #ff6600;
    padding: .05rem .15rem;
    height: .3rem;
    -moz-border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem; }
    .user .index-user-list ul .publish-btn a {
      background: url("/style/image/publish.png") left center no-repeat;
      background-size: .2rem;
      color: #fff;
      line-height: .2rem;
      padding-left: .3rem; }
.user .avatar {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0.55rem;
  top: 0.485rem;
  bottom: auto;
  width: .33rem;
  height: .33rem;
  overflow: hidden;
  border-radius: 50%; }
.user .quit {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0.1rem;
  top: 0.485rem;
  bottom: auto;
  display: block;
  height: .33rem;
  line-height: .33rem;
  font-size: .14rem;
  color: #fff; }

.enterprise {
  padding-bottom: 1rem; }
  .enterprise ul {
    overflow: hidden; }
    .enterprise ul li {
      float: left;
      width: 11.111%;
      height: .6rem;
      text-align: center;
      margin-bottom: .1rem;
      overflow: hidden; }
      .enterprise ul li img {
        max-height: .6rem; }

.expertContact {
  width: 7.7rem;
  margin: .7rem auto;
  padding: .4rem;
  box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.23);
  font-size: .20rem; }
  .expertContact .pageTitle5 {
    margin-bottom: 1rem; }
    .expertContact .pageTitle5 h2 {
      font-size: .36rem;
      padding-bottom: .2rem; }
    .expertContact .pageTitle5 .msg {
      background: url("/style/image/marks.png") left top no-repeat;
      padding-left: .4rem;
      font-size: .16rem; }
  .expertContact .contactForm .name span {
    color: #d81e06;
    text-align: left;
    width: .35rem;
    display: inline-block; }
  .expertContact .contactForm .name span:nth-child(2) {
    font-size: .14rem;
    margin-left: .1rem;
    width: auto; }
  .expertContact .contactForm .input {
    padding-left: .35rem;
    padding-top: .1rem;
    margin-bottom: .2rem; }
    .expertContact .contactForm .input input {
      font-size: .14rem;
      border-bottom: 1px solid #ececec;
      width: 100%;
      line-height: .4rem; }
    .expertContact .contactForm .input p {
      font-size: .18rem;
      margin-top: .1rem; }
    .expertContact .contactForm .input .layui-form-select .layui-input {
      padding-left: 0;
      border: none;
      border-bottom: 1px solid #ececec; }
    .expertContact .contactForm .input .layui-anim {
      font-size: .16rem; }
      .expertContact .contactForm .input .layui-anim .layui-this {
        background-color: #d81e06;
        color: #fff !important; }
  .expertContact .contactForm .input-multiple {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .expertContact .contactForm .input-multiple .sub-input-code {
      position: relative; }
      .expertContact .contactForm .input-multiple .sub-input-code input {
        padding-right: .5rem; }
    .expertContact .contactForm .input-multiple .sub-input {
      width: 45%; }
      .expertContact .contactForm .input-multiple .sub-input .sms-code {
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0;
        top: 0;
        bottom: auto;
        font-size: .14rem;
        line-height: .4rem; }
  .expertContact .contactForm .expert-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: .1rem; }
    .expertContact .contactForm .expert-list li {
      width: 15%;
      text-align: center;
      margin-right: 2%;
      font-size: .16rem;
      color: #d81e06;
      border: 1px solid #d2d2d2;
      line-height: .3rem;
      margin-bottom: .1rem;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem;
      cursor: pointer; }
      .expertContact .contactForm .expert-list li:nth-child(6n) {
        margin-right: 0; }
      .expertContact .contactForm .expert-list li:hover {
        color: #fff;
        border: 1px solid #d81e06;
        background-color: #d81e06; }
  .expertContact .contactForm .wait-expert-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left; }
    .expertContact .contactForm .wait-expert-list li {
      width: 20%;
      text-align: left;
      font-size: .16rem; }
      .expertContact .contactForm .wait-expert-list li .layui-form-checkbox {
        height: .3rem;
        line-height: .3rem;
        margin-right: 0;
        margin-bottom: .1rem;
        padding-right: 0;
        padding-left: .2rem; }
        .expertContact .contactForm .wait-expert-list li .layui-form-checkbox span {
          background-color: #fff;
          color: #333; }
        .expertContact .contactForm .wait-expert-list li .layui-form-checkbox i.layui-icon {
          height: .2rem;
          width: .2rem;
          border-left: 1px solid #d2d2d2;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          top: .05rem;
          right: auto;
          left: 0;
          font-size: .16rem; }
          .expertContact .contactForm .wait-expert-list li .layui-form-checkbox i.layui-icon:before {
            top: -.04rem;
            position: relative; }
        .expertContact .contactForm .wait-expert-list li .layui-form-checkbox:hover, .expertContact .contactForm .wait-expert-list li .layui-form-checkbox.layui-form-checked {
          color: #d81e06; }
          .expertContact .contactForm .wait-expert-list li .layui-form-checkbox:hover span, .expertContact .contactForm .wait-expert-list li .layui-form-checkbox.layui-form-checked span {
            color: #d81e06; }
          .expertContact .contactForm .wait-expert-list li .layui-form-checkbox:hover i.layui-icon, .expertContact .contactForm .wait-expert-list li .layui-form-checkbox.layui-form-checked i.layui-icon {
            border: 1px solid #d81e06;
            color: #d81e06; }
    .expertContact .contactForm .wait-expert-list li.active {
      color: #d81e06; }
      .expertContact .contactForm .wait-expert-list li.active .layui-form-checkbox i.layui-icon {
        color: #d81e06;
        border: 1px solid #d81e06; }
  .expertContact .contactForm .submit {
    font-size: .20rem;
    text-align: center;
    margin-top: .5rem; }
    .expertContact .contactForm .submit button {
      border: none;
      outline: none;
      color: #fff;
      background-color: #d81e06;
      width: 2rem;
      line-height: .45rem;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem;
      cursor: pointer; }

.goods-navigation {
  margin: .15rem auto .5rem auto;
  overflow: hidden;
  position: relative; }
  .goods-navigation .goods-banner {
    overflow: hidden; }
    .goods-navigation .goods-banner .swiper-goods-banner .swiper-pagination span.swiper-pagination-bullet {
      background-color: #fff;
      opacity: 1; }
      .goods-navigation .goods-banner .swiper-goods-banner .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #d81e06; }
    .goods-navigation .goods-banner .swiper-goods-banner .swiper-button-next, .goods-navigation .goods-banner .swiper-goods-banner .swiper-button-prev {
      color: #333;
      background-color: #f3f3f3; }
      .goods-navigation .goods-banner .swiper-goods-banner .swiper-button-next:after, .goods-navigation .goods-banner .swiper-goods-banner .swiper-button-prev:after {
        font-size: 30px; }
      .goods-navigation .goods-banner .swiper-goods-banner .swiper-button-next:hover, .goods-navigation .goods-banner .swiper-goods-banner .swiper-button-prev:hover {
        color: #d81e06; }
  .goods-navigation .goods-category {
    width: 2.5rem;
    min-width: 2.5rem;
    margin-right: .1rem;
    background-color: #fff; }
    .goods-navigation .goods-category ul li {
      -webkit-transition: all .3s;
      transition: all .3s; }
      .goods-navigation .goods-category ul li a {
        padding-left: .25rem;
        font-size: .2rem;
        line-height: .6rem;
        display: inline-block;
        width: 100%;
        font-weight: bold; }
      .goods-navigation .goods-category ul li:hover, .goods-navigation .goods-category ul li.active {
        background-color: #f6f6f6; }
        .goods-navigation .goods-category ul li:hover a, .goods-navigation .goods-category ul li.active a {
          color: #d81e06; }
        .goods-navigation .goods-category ul li:hover .category-content-list, .goods-navigation .goods-category ul li.active .category-content-list {
          display: block; }
      .goods-navigation .goods-category ul li .category-content-list {
        display: none;
        position: absolute;
        z-index: 10;
        left: 2.5rem;
        right: auto;
        top: 0;
        bottom: auto;
        background-color: #f6f6f6;
        width: calc(100% - 2.5rem);
        height: 100%;
        overflow: hidden;
        padding: .15rem 1.5rem .25rem .25rem; }
        .goods-navigation .goods-category ul li .category-content-list dd a {
          padding-left: 0;
          color: #333;
          line-height: .4rem;
          width: 1rem; }
        .goods-navigation .goods-category ul li .category-content-list dd div a {
          padding: 0 .1rem;
          border-left: .01rem solid #ddd;
          margin-bottom: .15rem;
          font-size: .16rem;
          font-weight: normal;
          width: auto; }

.goods-filter {
  margin-top: .35rem;
  font-size: .14rem;
  line-height: .45rem; }
  .goods-filter .goods-website-location {
    background-color: #f3f3f3;
    padding-left: .3rem; }
    .goods-filter .goods-website-location span {
      float: right;
      margin-right: .2rem; }
      .goods-filter .goods-website-location span em {
        color: #d81e06; }
  .goods-filter .goods-filter-list ul {
    padding-left: 1.2rem;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    position: relative; }
    .goods-filter .goods-filter-list ul li {
      margin-right: .5rem; }
      .goods-filter .goods-filter-list ul li:first-child {
        position: absolute;
        left: .3rem;
        margin-right: 0; }
      .goods-filter .goods-filter-list ul li a.active {
        color: #d81e06; }
  .goods-filter .goods-filter-list:last-child ul {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: .3rem; }

.goods-list .goods-list-category {
  margin-bottom: .2rem; }
  .goods-list .goods-list-category .goods-list-category-name {
    font-size: .2rem;
    font-weight: bold;
    flex-grow: 0;
    line-height: .35rem;
    margin-right: .25rem; }
  .goods-list .goods-list-category .goods-list-category-btn {
    flex-grow: 1; }
    .goods-list .goods-list-category .goods-list-category-btn ul li {
      margin-right: .1rem;
      padding: 0 .2rem;
      -moz-border-radius: 0.2rem;
      -webkit-border-radius: 0.2rem;
      border-radius: 0.2rem;
      border: 1px solid #ccc; }
      .goods-list .goods-list-category .goods-list-category-btn ul li a {
        font-size: .14rem;
        line-height: .35rem; }
  .goods-list .goods-list-category .goods-list-category-more {
    flex-grow: 0;
    font-size: .14rem;
    line-height: .35rem; }
.goods-list .goods-list-items {
  margin-bottom: .5rem; }
  .goods-list .goods-list-items ul li {
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 1%;
    box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.23); }
    .goods-list .goods-list-items ul li:nth-child(5n) {
      margin-right: 0; }
    .goods-list .goods-list-items ul li .msg {
      padding: .15rem;
      overflow: hidden; }
      .goods-list .goods-list-items ul li .msg .title {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: .16rem;
        line-height: .24rem;
        font-weight: bold;
        max-width: 100%;
        width: 100%;
        text-align: center; }
      .goods-list .goods-list-items ul li .msg .price {
        text-align: center; }
        .goods-list .goods-list-items ul li .msg .price span {
          color: #666;
          text-decoration: line-through;
          font-size: .14rem;
          font-weight: bold; }
          .goods-list .goods-list-items ul li .msg .price span:first-child {
            /*color: #dc3620;*/
            color: #d81e06;
            font-size: .16rem;
            text-decoration: none;
            margin-right: .1rem; }
      .goods-list .goods-list-items ul li .msg .btn {
        margin-top: .1rem;
        justify-content: space-around; }
        .goods-list .goods-list-items ul li .msg .btn a {
          font-size: .14rem;
          -moz-border-radius: 0.2rem;
          -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
          background-color: #ccc;
          color: #fff;
          display: inline-block;
          border: 1px solid #ccc;
          line-height: .26rem;
          padding: 0 .2rem;
          margin-bottom: .2rem; }
          .goods-list .goods-list-items ul li .msg .btn a:first-child {
            background-color: #d81e06;
            border: 1px solid #d81e06; }
          .goods-list .goods-list-items ul li .msg .btn a:hover {
            border: 1px solid #d81e06;
            background-color: transparent;
            color: #d81e06; }

.goods-page {
  margin-bottom: .5rem;
  justify-content: flex-end; }
  .goods-page a {
    text-align: center;
    display: inline-block;
    width: .35rem;
    height: .35rem;
    line-height: .35rem;
    background-color: #ccc;
    margin-right: .1rem;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .goods-page a:last-child {
      margin-right: 0; }
    .goods-page a.on {
      background-color: #ff6600; }

.goods-view .wal {
  max-width: 12rem; }
.goods-view .goods-view-location {
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #f5f5f5;
  padding-left: .55rem;
  font-size: .14rem;
  line-height: .5rem;
  color: #666; }
  .goods-view .goods-view-location a:hover {
    color: #d81e06; }
.goods-view .goods-view-simple {
  margin-bottom: .55rem; }
  .goods-view .goods-view-simple .goods-cover {
    width: 4.5rem; }
    .goods-view .goods-view-simple .goods-cover .swiper-slide {
      background-size: cover;
      background-position: center; }
    .goods-view .goods-view-simple .goods-cover .gallery-top {
      box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.23);
      -webkit-box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.23);
      -moz-box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.23); }
    .goods-view .goods-view-simple .goods-cover .swiper-special {
      position: relative; }
      .goods-view .goods-view-simple .goods-cover .swiper-special .gallery-thumbs {
        width: 3.7rem;
        margin: .2rem auto 0 auto; }
        .goods-view .goods-view-simple .goods-cover .swiper-special .gallery-thumbs .swiper-wrapper {
          width: 100%; }
          .goods-view .goods-view-simple .goods-cover .swiper-special .gallery-thumbs .swiper-wrapper .swiper-slide {
            opacity: 0.4;
            width: 20% !important;
            padding: 0.5%; }
            .goods-view .goods-view-simple .goods-cover .swiper-special .gallery-thumbs .swiper-wrapper .swiper-slide img {
              border: 1px solid transparent; }
          .goods-view .goods-view-simple .goods-cover .swiper-special .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active {
            opacity: 1; }
            .goods-view .goods-view-simple .goods-cover .swiper-special .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active img {
              border: 1px solid #d81e06; }
      .goods-view .goods-view-simple .goods-cover .swiper-special .swiper-button-next {
        width: .3rem;
        height: .3rem;
        right: .05rem;
        left: auto;
        border: 2px solid #d81e06;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #d81e06;
        margin-top: -.15rem;
        opacity: 1; }
        .goods-view .goods-view-simple .goods-cover .swiper-special .swiper-button-next:after {
          font-size: .15rem;
          font-weight: bold; }
      .goods-view .goods-view-simple .goods-cover .swiper-special .swiper-button-prev {
        width: .3rem;
        height: .3rem;
        left: .05rem;
        border: 2px solid #d81e06;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #d81e06;
        margin-top: -.15rem;
        opacity: 1; }
        .goods-view .goods-view-simple .goods-cover .swiper-special .swiper-button-prev:after {
          font-size: .15rem;
          font-weight: bold; }
      .goods-view .goods-view-simple .goods-cover .swiper-special .swiper-button-disabled {
        border: 2px solid #ccc;
        color: #ccc;
        opacity: 1; }
  .goods-view .goods-view-simple .goods-msg {
    max-width: 7rem;
    flex-grow: 1;
    margin-left: .3rem; }
    .goods-view .goods-view-simple .goods-msg .goods-title {
      font-size: .24rem; }
    .goods-view .goods-view-simple .goods-msg .goods-provider {
      font-size: .16rem;
      color: #666;
      margin-top: .15rem;
      margin-bottom: .2rem; }
    .goods-view .goods-view-simple .goods-msg .goods-price {
      background-color: #f5f5f5;
      padding: .2rem;
      margin-bottom: .2rem; }
      .goods-view .goods-view-simple .goods-msg .goods-price span {
        font-size: .14rem;
        color: #333;
        text-decoration: none; }
      .goods-view .goods-view-simple .goods-msg .goods-price p .price {
        color: #666;
        font-size: .16rem;
        text-decoration: line-through; }
      .goods-view .goods-view-simple .goods-msg .goods-price p:first-child .price {
        color: #d81e06;
        font-size: .2rem;
        text-decoration: none; }
    .goods-view .goods-view-simple .goods-msg .goods-ratings {
      align-items: center;
      font-size: .16rem;
      color: #666;
      margin-bottom: .2rem; }
      .goods-view .goods-view-simple .goods-msg .goods-ratings .goods-ratings-star {
        align-items: center;
        margin-right: .3rem; }
        .goods-view .goods-view-simple .goods-msg .goods-ratings .goods-ratings-star .layui-rate {
          padding: 0; }
          .goods-view .goods-view-simple .goods-msg .goods-ratings .goods-ratings-star .layui-rate li i.layui-icon {
            font-size: .16rem; }
      .goods-view .goods-view-simple .goods-msg .goods-ratings .goods-ratings-number {
        margin-right: 1rem; }
    .goods-view .goods-view-simple .goods-msg .goods-number {
      font-size: .16rem;
      color: #666;
      align-items: center;
      margin-bottom: .15rem; }
      .goods-view .goods-view-simple .goods-msg .goods-number .goods-number-btn input {
        border-top: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        height: .3rem;
        line-height: .3rem;
        width: 1rem;
        font-size: .16rem;
        padding: 0 .1rem; }
      .goods-view .goods-view-simple .goods-msg .goods-number .goods-number-btn button {
        height: .3rem;
        line-height: .3rem;
        font-size: .16rem; }
      .goods-view .goods-view-simple .goods-msg .goods-number .goods-number-btn .layui-btn-primary:hover {
        border-color: #d81e06;
        color: #d81e06; }
    .goods-view .goods-view-simple .goods-msg .goods-service-note {
      font-size: .16rem;
      color: #666;
      margin-bottom: .55rem; }
    .goods-view .goods-view-simple .goods-msg .goods-operation-btn a {
      display: inline-block;
      width: 1.65rem;
      height: .45rem;
      line-height: .45rem;
      color: #fff;
      text-align: center;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem;
      font-size: .2rem;
      margin-right: .3rem; }
    .goods-view .goods-view-simple .goods-msg .goods-operation-btn .add-to-cart {
      background-color: #d81e06; }
    .goods-view .goods-view-simple .goods-msg .goods-operation-btn .make-order {
      background-color: #ff6600; }
.goods-view .separation-line {
  border-bottom: 1px solid #e2e2e2; }
.goods-view .goods-view-detail {
  margin-top: .4rem;
  margin-bottom: .4rem; }
  .goods-view .goods-view-detail .goods-detail-tabs {
    justify-content: center;
    margin-bottom: .3rem; }
    .goods-view .goods-view-detail .goods-detail-tabs .goods-detail-tab {
      margin-right: .65rem; }
      .goods-view .goods-view-detail .goods-detail-tabs .goods-detail-tab a {
        font-size: .2rem;
        color: #333;
        line-height: .3rem; }
      .goods-view .goods-view-detail .goods-detail-tabs .goods-detail-tab:last-child {
        margin-right: 0; }
      .goods-view .goods-view-detail .goods-detail-tabs .goods-detail-tab.on {
        border-bottom: 2px solid #d81e06; }
        .goods-view .goods-view-detail .goods-detail-tabs .goods-detail-tab.on a {
          color: #d81e06; }
  .goods-view .goods-view-detail .goods-detail-contents .goods-detail-content {
    display: none; }
    .goods-view .goods-view-detail .goods-detail-contents .goods-detail-content.on {
      display: block; }

.cart-view .box-title {
  margin-bottom: .1rem; }
  .cart-view .box-title p {
    float: right;
    display: inline-block;
    color: #333;
    font-size: .14rem; }
    .cart-view .box-title p a {
      color: #d81e06; }
  .cart-view .box-title p:first-child {
    float: none;
    font-size: .18rem;
    font-weight: bold;
    color: #d81e06; }
.cart-view .box-title-special p:first-child {
  float: none;
  font-size: .16rem;
  font-weight: normal;
  color: #333;
  line-height: .55rem; }
.cart-view .layui-form table {
  width: 100%;
  margin-bottom: .2rem; }
  .cart-view .layui-form table th, .cart-view .layui-form table td {
    text-align: left;
    font-size: .14rem;
    font-weight: normal;
    color: #333; }
    .cart-view .layui-form table th.center-align, .cart-view .layui-form table td.center-align {
      text-align: center; }
  .cart-view .layui-form table th {
    background-color: #f5f5f5;
    line-height: .45rem; }
    .cart-view .layui-form table th.col-base-1 {
      width: 3.75%; }
    .cart-view .layui-form table th.col-base-2 {
      width: 7.5%; }
    .cart-view .layui-form table th.col-base-3 {
      width: 10%; }
    .cart-view .layui-form table th.col-base-4 {
      width: 12.5%; }
    .cart-view .layui-form table th.col-base-5 {
      width: 15%; }
    .cart-view .layui-form table th.col-base-6 {
      width: 16.6666666667%; }
  .cart-view .layui-form table tr td {
    border-top: .01rem solid #f5f5f5;
    border-bottom: .01rem solid #f5f5f5; }
    .cart-view .layui-form table tr td:first-child {
      border-left: .01rem solid #f5f5f5; }
    .cart-view .layui-form table tr td:last-child {
      border-right: .01rem solid #f5f5f5; }
    .cart-view .layui-form table tr td.col-image {
      padding: .1rem .1rem .1rem 0; }
    .cart-view .layui-form table tr td.col-name {
      padding-right: .8rem; }
    .cart-view .layui-form table tr td.goods-total-price {
      color: #d81e06; }
    .cart-view .layui-form table tr td a.add-to-collection {
      line-height: .26rem;
      color: #fff;
      background-color: #cccccc;
      width: .8rem;
      display: block;
      margin: .05rem auto; }
      .cart-view .layui-form table tr td a.add-to-collection:hover {
        background-color: #d81e06; }
    .cart-view .layui-form table tr td a.delete-from-cart {
      line-height: .26rem;
      color: #333;
      background-color: #f5f5f5;
      width: .8rem;
      display: block;
      margin: 0 auto; }
      .cart-view .layui-form table tr td a.delete-from-cart:hover {
        background-color: #d81e06;
        color: #fff; }
  .cart-view .layui-form table tr.h15 {
    height: .15rem; }
    .cart-view .layui-form table tr.h15 td {
      border: none !important; }
  .cart-view .layui-form table .goods-number-btn {
    justify-content: center;
    align-items: center; }
    .cart-view .layui-form table .goods-number-btn .layui-btn {
      width: .15rem;
      height: .15rem;
      line-height: .15rem;
      padding: 0;
      background-color: #fff;
      color: #333;
      white-space: nowrap;
      text-align: center;
      font-size: .14rem;
      border: .01rem solid #f5f5f5;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
    .cart-view .layui-form table .goods-number-btn .goods-number-input {
      width: .35rem;
      margin: 0 .1rem;
      line-height: .3rem;
      height: .28rem;
      border: .01rem solid #f5f5f5;
      font-size: .14rem;
      text-align: center; }
  .cart-view .layui-form table .layui-form-checkbox {
    width: .15rem;
    height: .15rem;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: .15rem;
    margin-right: 0;
    padding-right: 0;
    background-color: #fff;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    box-sizing: border-box; }
    .cart-view .layui-form table .layui-form-checkbox i {
      width: .15rem;
      height: .13rem;
      border: .01rem solid #333;
      border-left: .01rem solid #333;
      border-radius: 0;
      color: #fff;
      font-size: .14rem;
      line-height: .12rem;
      text-align: center; }
  .cart-view .layui-form table .layui-form-checked i, .cart-view .layui-form table .layui-form-checked:hover i {
    color: #d81e06; }
.cart-view .layui-form .cart-btn {
  margin-bottom: .6rem; }
  .cart-view .layui-form .cart-btn .go-to-shop {
    width: 45.83333%; }
    .cart-view .layui-form .cart-btn .go-to-shop a {
      display: inline-block;
      background-color: #8c8c8c;
      color: #fff;
      height: .35rem;
      line-height: .35rem;
      padding: 0 .1rem;
      font-size: .14rem;
      -moz-border-radius: 0.02rem;
      -webkit-border-radius: 0.02rem;
      border-radius: 0.02rem; }
      .cart-view .layui-form .cart-btn .go-to-shop a:hover {
        background-color: #d81e06; }
  .cart-view .layui-form .cart-btn .cart-selected-number {
    width: 15%;
    line-height: .35rem;
    font-size: .14rem; }
    .cart-view .layui-form .cart-btn .cart-selected-number span {
      color: #d81e06; }
  .cart-view .layui-form .cart-btn .cart-total-money {
    width: 25%;
    line-height: .35rem;
    font-size: .14rem; }
    .cart-view .layui-form .cart-btn .cart-total-money span {
      color: #d81e06;
      font-size: .2rem; }
  .cart-view .layui-form .cart-btn .cart-make-order .layui-btn {
    background-color: #d81e06;
    height: .35rem;
    line-height: .33rem;
    padding: 0 .2rem;
    font-size: .14rem;
    border: 0.01rem solid #d81e06;
    -moz-border-radius: 0.02rem;
    -webkit-border-radius: 0.02rem;
    border-radius: 0.02rem; }
    .cart-view .layui-form .cart-btn .cart-make-order .layui-btn:hover {
      background-color: #fff;
      color: #d81e06; }
.cart-view .goods-list .goods-list-items ul li {
  width: 24%;
  margin-right: 1.33%; }
  .cart-view .goods-list .goods-list-items ul li:nth-child(4) {
    margin-right: 0; }
.cart-view .order-address p {
  font-size: .14rem;
  line-height: .3rem;
  height: .5rem; }
  .cart-view .order-address p input {
    width: 1.5rem;
    line-height: .3rem;
    padding: 0 .1rem;
    border: .01rem solid #ccc; }
  .cart-view .order-address p textarea {
    padding: 0 .1rem;
    border: .01rem solid #ccc;
    line-height: .3rem;
    height: 1rem;
    vertical-align: text-top; }

.order-view .box-title {
  border-bottom: .01rem solid #e5e5e5;
  line-height: .55rem; }
.order-view .order-view-box {
  font-size: .14rem;
  line-height: .25rem;
  margin-top: .2rem;
  margin-bottom: .3rem; }
.order-view .order-view-progress ul {
  overflow: hidden;
  width: 100%;
  margin: 0 auto .25rem auto; }
  .order-view .order-view-progress ul li {
    width: 20%;
    float: left;
    position: relative;
    height: 1.65rem;
    padding-top: 1rem; }
    .order-view .order-view-progress ul li:before {
      content: "";
      width: 80%;
      border: 0.01rem solid #d81e06;
      position: absolute;
      z-index: 10;
      left: 60%;
      right: auto;
      top: 50%;
      bottom: auto; }
    .order-view .order-view-progress ul li:after {
      content: "";
      height: .16rem;
      width: .16rem;
      border: 0.01rem solid #d81e06;
      background-color: #fff;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      z-index: 100;
      left: 50%;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-top: -.08rem;
      margin-left: -.08rem; }
    .order-view .order-view-progress ul li p {
      font-size: .14rem;
      line-height: .24rem;
      text-align: center; }
    .order-view .order-view-progress ul li:last-child:before {
      display: none; }
  .order-view .order-view-progress ul li.on:after {
    background-color: #d81e06; }
.order-view .layui-form table tr th:first-child, .order-view .layui-form table tr td:first-child {
  padding-left: .12rem;
  padding-right: .45rem; }
.order-view .layui-form table tr td.col-detail div {
  align-items: center; }
  .order-view .layui-form table tr td.col-detail div p:first-child {
    margin-right: .1rem;
    width: .8rem; }
.order-view .cart-btn {
  width: 2.5rem;
  overflow: hidden;
  display: block !important;
  float: right; }
  .order-view .cart-btn p {
    width: 100% !important; }
    .order-view .cart-btn p span {
      float: right;
      color: #333 !important;
      font-size: .14rem; }
      .order-view .cart-btn p span#order-money {
        color: #d81e06 !important;
        font-size: .24rem; }
    .order-view .cart-btn p.cart-make-order {
      text-align: right;
      margin-top: .2rem; }
.order-view .goods-comment-view {
  padding: .45rem 0 .25rem 0;
  border-bottom: .01rem solid #e5e5e5; }
  .order-view .goods-comment-view .image-tab {
    width: 3.6rem;
    text-align: center;
    padding: 0 .5rem; }
    .order-view .goods-comment-view .image-tab p {
      margin: .05rem auto;
      color: #666; }
      .order-view .goods-comment-view .image-tab p span {
        color: #333;
        font-weight: bold; }
  .order-view .goods-comment-view .rate-tab {
    width: calc(100% - 3.7rem); }
    .order-view .goods-comment-view .rate-tab table td {
      border: none !important;
      font-size: .14rem; }
      .order-view .goods-comment-view .rate-tab table td:first-child {
        width: 1rem;
        padding-right: 0;
        vertical-align: text-top; }
      .order-view .goods-comment-view .rate-tab table td textarea {
        width: 100%;
        border: .01rem solid #eaeaea;
        padding: .15rem .2rem;
        line-height: .24rem; }
      .order-view .goods-comment-view .rate-tab table td .image-list {
        margin-bottom: .15rem; }
        .order-view .goods-comment-view .rate-tab table td .image-list li {
          display: inline-block;
          width: 18%;
          margin-right: 1%; }
      .order-view .goods-comment-view .rate-tab table td .image-upload-btn {
        background-color: #999999; }
.order-view .btn-tab {
  width: 100%;
  text-align: center;
  margin: .3rem 0; }
  .order-view .btn-tab button {
    background-color: #ff6600;
    width: 1rem; }
.order-view a.order-goods-comment {
  line-height: .26rem;
  color: #fff;
  background-color: #cccccc;
  width: .8rem;
  display: block;
  margin: .05rem auto; }
  .order-view a.order-goods-comment:hover {
    background-color: #d81e06; }

/*# sourceMappingURL=index.css.map */
